home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue31 / webcomm / TRNQF.DFM / TRNQF.txt
Encoding:
Text File  |  1998-01-14  |  4.6 KB  |  190 lines

  1. object Form1: TForm1
  2.   Left = 383
  3.   Top = 193
  4.   Width = 365
  5.   Height = 276
  6.   Caption = 'Sample Transaction Queuer (GUI)'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   ShowHint = True
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 57
  19.     Width = 357
  20.     Height = 187
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Label2: TLabel
  25.       Left = 9
  26.       Top = 13
  27.       Width = 80
  28.       Height = 16
  29.       Caption = 'Card number:'
  30.     end
  31.     object Label3: TLabel
  32.       Left = 9
  33.       Top = 45
  34.       Width = 79
  35.       Height = 16
  36.       Caption = 'Expiry month:'
  37.     end
  38.     object Label4: TLabel
  39.       Left = 9
  40.       Top = 77
  41.       Width = 70
  42.       Height = 16
  43.       Caption = 'Expiry year:'
  44.     end
  45.     object Label5: TLabel
  46.       Left = 9
  47.       Top = 109
  48.       Width = 68
  49.       Height = 16
  50.       Caption = 'Your name:'
  51.     end
  52.     object Button1: TButton
  53.       Left = 8
  54.       Top = 137
  55.       Width = 75
  56.       Height = 25
  57.       Hint = 'Queue new transaction with current information'
  58.       Caption = '&Queue'
  59.       TabOrder = 0
  60.       OnClick = Button1Click
  61.     end
  62.     object Button2: TButton
  63.       Left = 136
  64.       Top = 137
  65.       Width = 75
  66.       Height = 25
  67.       Hint = 'Check (or re-queue) transaction with current information'
  68.       Caption = '&Check'
  69.       TabOrder = 1
  70.       OnClick = Button1Click
  71.     end
  72.     object BitBtn1: TBitBtn
  73.       Left = 272
  74.       Top = 137
  75.       Width = 75
  76.       Height = 25
  77.       Hint = 'If still queued, cancel transaction matching current information'
  78.       Cancel = True
  79.       Caption = 'Cancel'
  80.       ModalResult = 2
  81.       TabOrder = 2
  82.       OnClick = BitBtn1Click
  83.       Glyph.Data = {
  84.         DE010000424DDE01000000000000760000002800000024000000120000000100
  85.         0400000000006801000000000000000000001000000000000000000000000000
  86.         80000080000000808000800000008000800080800000C0C0C000808080000000
  87.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  88.         333333333333333333333333000033338833333333333333333F333333333333
  89.         0000333911833333983333333388F333333F3333000033391118333911833333
  90.         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  91.         911118111118333338F3338F833338F3000033333911111111833333338F3338
  92.         3333F8330000333333911111183333333338F333333F83330000333333311111
  93.         8333333333338F3333383333000033333339111183333333333338F333833333
  94.         00003333339111118333333333333833338F3333000033333911181118333333
  95.         33338333338F333300003333911183911183333333383338F338F33300003333
  96.         9118333911183333338F33838F338F33000033333913333391113333338FF833
  97.         38F338F300003333333333333919333333388333338FFF830000333333333333
  98.         3333333333333333333888330000333333333333333333333333333333333333
  99.         0000}
  100.       NumGlyphs = 2
  101.     end
  102.     object Edit2: TEdit
  103.       Left = 120
  104.       Top = 8
  105.       Width = 225
  106.       Height = 24
  107.       TabOrder = 3
  108.       Text = '6666123412341234'
  109.     end
  110.     object Edit3: TEdit
  111.       Left = 120
  112.       Top = 40
  113.       Width = 225
  114.       Height = 24
  115.       TabOrder = 4
  116.       Text = '07'
  117.     end
  118.     object Edit4: TEdit
  119.       Left = 120
  120.       Top = 72
  121.       Width = 225
  122.       Height = 24
  123.       TabOrder = 5
  124.       Text = '2000'
  125.     end
  126.     object Edit5: TEdit
  127.       Left = 120
  128.       Top = 104
  129.       Width = 225
  130.       Height = 24
  131.       TabOrder = 6
  132.       Text = 'Bill'
  133.     end
  134.     object Status: TPanel
  135.       Left = 0
  136.       Top = 170
  137.       Width = 357
  138.       Height = 17
  139.       Align = alBottom
  140.       BevelInner = bvLowered
  141.       TabOrder = 7
  142.     end
  143.   end
  144.   object Panel2: TPanel
  145.     Left = 0
  146.     Top = 0
  147.     Width = 357
  148.     Height = 57
  149.     Align = alTop
  150.     TabOrder = 1
  151.     object Label1: TLabel
  152.       Left = 8
  153.       Top = 8
  154.       Width = 100
  155.       Height = 16
  156.       Caption = 'Queue Directory:'
  157.     end
  158.     object Edit1: TEdit
  159.       Left = 120
  160.       Top = 5
  161.       Width = 225
  162.       Height = 24
  163.       Hint = 'Directory in which ".trn" transaction files will be placed'
  164.       TabOrder = 0
  165.       OnChange = Edit1Change
  166.     end
  167.     object UseICVerify: TCheckBox
  168.       Left = 8
  169.       Top = 32
  170.       Width = 124
  171.       Height = 17
  172.       Hint = 
  173.         'Queue using ICVerify format (Note: TRNPROC .exe won'#39't recognise ' +
  174.         'it!)'
  175.       Alignment = taLeftJustify
  176.       Caption = 'Use ICVerify'
  177.       TabOrder = 1
  178.       OnClick = UseICVerifyClick
  179.     end
  180.   end
  181.   object SimpleFileTransactionQueuer1: TSimpleFileTransactionQueuer
  182.     Left = 264
  183.     Top = 32
  184.   end
  185.   object ICVerifyTransactionQueuer1: TICVerifyTransactionQueuer
  186.     Left = 304
  187.     Top = 32
  188.   end
  189. end
  190.